home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / texts / dosman121 / man / ed < prev    next >
Text File  |  1995-05-05  |  2KB  |  77 lines

  1.  
  2.             Ed (1.3, 2.x, 3.x located in C:)
  3.  
  4.  
  5.     SYNOPSIS
  6.             The Amiga's built in full-screen text editor.
  7.         
  8.             Ed is a complete text editor. Due to the huge scope 
  9.         of the available commands you should consult your Amiga 
  10.         System manual on how to exactly use Ed.
  11.  
  12.             If enough people contact me to include a full 
  13.         tutorial in DOSMan, I will write one.
  14.         
  15.  
  16.             FORMAT
  17.         1.3:
  18.             ED FROM (name) [SIZE (numchars)]
  19.  
  20.         2.x/3.x:
  21.             ED [FROM] name] [SIZE numchars] [WITH comfile] 
  22.                [TABS interval] [WINDOW device] [WIDTH columns]
  23.                [HEIGHT rows]
  24.  
  25.     
  26.  
  27.     KEYWORDS
  28.         FROM
  29.             This is the name of the file you wish to edit.
  30.         If the file does not exist, Ed will create it. This keyword
  31.         is optional as long as it is the first arguement in the
  32.         Ed statement.
  33.  
  34.         SIZE
  35.             This sets the size of the buffer which ED uses. If
  36.         this is the second arguement in the command line, then
  37.         the keyword is optional, you only need to type the number.
  38.         SIZE defaults to 40,000 bytes. If your buffer is not big
  39.         enough to hold the file you are editing, then you will
  40.         get a warning message informing you of this from Ed.
  41.  
  42.         WITH
  43.             2.x/3.x Only: This lets you make an Ed command file
  44.         to execute automatically. This is a command file that
  45.         contains a list of extended instructions for Ed that
  46.         will execute when the file is run. This exists in the 
  47.         form of a script. See your Amiga's manual on how to set
  48.         up this command script.            
  49.  
  50.         TABS
  51.             2.x/3.x Only: This lets you set how many spaces will
  52.         be skipped when    you hit the Tab key. The default Tab is
  53.         three spaces.
  54.  
  55.         WINDOW, WIDTH, HEIGHT
  56.             2.x/3.x Only: The combination of these three commands
  57.         would allow you to open Ed on a remote terminal. Window
  58.         lets you specify this device (for example, AUX:). The
  59.         Width and Height lets you set the demensions of the new
  60.         window.
  61.  
  62.             2.x/3.x Only: You can also edit binary files, not just
  63.         plain ASCI text.
  64.  
  65.     EXAMPLE
  66.  
  67.             1. To edit a text file called ThisText in the 
  68.         Work:TextFiles directory.
  69.  
  70.             Ed Work:TextFiles/ThisText
  71.  
  72.  
  73.             2. To edit a really big file of 75,000 kbytes in the 
  74.         Work:TextFiles
  75.  
  76.             Ed Work:TextFiles/ReallyBig.txt SIZE 80000
  77.